/* PC端显示 手机端隐藏 */
@media screen and (max-width: 768px) {
div1{display:none; }
 .mnone{display:none; }
}
/* PC端隐藏 手机端显示 */
.pcnone{display: none;}
@media (max-width: 767px) {
  .pcnone{display: block !important;}
}
/* pc */
.pc-1200px { display: none; }
@media only screen and (max-width:1260px) {
	.pc-1200px { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: #333; z-index: 100000000000000000; display: block; }
	.pc-1200px p { position: absolute; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 100%; top: 50%; left: 0; }
	.pc-1200px p img { display: block; margin: 0 auto 2em; height: 50px; }
	.pc-1200px p strong { display: block; color: #fff; text-align: center; font-size: 2em; letter-spacing: 1px; line-height: 1em; margin-bottom: 2em; }
	.pc-1200px p span { display: block; text-align: center; color: #eee; letter-spacing: 1px; font-size: 16px; }
}

/* h5 */
.drawer-nav { display: none; }
.drawer-hamburger { display: none; }
.icenter { width: 1500px; margin: auto; position: relative; }
.icenter2 {width: 1100px; margin: auto; position: relative;}
header {display: none;}

/* head */
.div1 { position: fixed; top: 0px; width: 100%; z-index: 9999999; transition: 0.3s; background-color: #fff;    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 10%); }
.head { box-sizing: border-box; height: 100px; margin: auto; display: flex; justify-content: space-between; align-items: center; }
.head .right { display: flex; align-items: center; width:78%; justify-content: space-between; }
.head .logo { display: flex; align-items: flex-end; }
.head .logo img { width:200px;padding-top:20px}
.head .logo .img1 { display: block; }

/* .head .logo .img2 {display: none;} */
.head .logo .gu { margin-left: 4px; margin-bottom: -3px; }
.head .logo .gu span, .head .logo .gu font { font-size: 14px; color: var(--dex); line-height: 1.3; }
.head ul { display: flex; }
.head li { margin: 0 24px; }
.head li .a { line-height: 100px; height: 100px; font-size: 18px; color: #333; }
.head .op { display: flex; align-items: center;    position: relative; }
.head .op .search { font-size: 20px; color: #666; margin-right: 12px;position: relative; }
.head .op .lang { line-height: 3px; display: flex; align-items: center; font-size: 18px; color: #cc0000; padding-left: 10px; margin-left: 6px; border-left: 0 solid rgba(0, 0, 0, 0.3); }
.head .op .lang img { width: 23px; margin-right: 8px; filter: invert(1); }
.div1:hover, .div2 { background-color: #fff; -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
.div1:hover .head .logo .img1, .div2 .head .logo .img1 { display: block; }

/* .div1:hover .head .logo .img2 ,.div2 .head .logo .img2{display: none;} */
.div1:hover .head li .a, .div2 .head li .a, .div1:hover .head .op .search, .div2 .head .op .search, .div1:hover .head .op .lang .a, .div2 .head .op .lang .a, .div1:hover .head .op .lang, .div2 .head .op .lang { color: #000; }
.div1 .head li .a:hover, .div1 .head .op .lang a:hover, .div1 .head .op .search:hover { color: var(--dex); }
.div1 .head .op .lang:hover { color: var(--dex); }

.div1 .head .right ul li .sub .icenter2 .le img {height: 16.3rem;object-fit: cover;}

/* 二级下拉*/
.head .right ul li .sub {display: none;}
.head .right ul li.active .sub {display: block; background-color: #fff; padding: 80px 0; position: fixed;left: 0px;top: 85px;width: 100%;   
-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);transition: 0.3s;}
.head .right ul li.active .sub::before { content: ""; position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;background-color: #fff;box-shadow: inset 0 5px 5px rgba(0,0,0,0.1);webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,0.1);}
.div2 .head .right ul li .sub {top: 90px;}
.head .right ul li .sub .icenter2 {display: flex;justify-content: space-between;position: relative;}
.head .right ul li .sub .icenter2  .le {width: 27%;}
.head .right ul li .sub .icenter2 .le a {    color: var(--dex); font-size: 20px; margin-bottom: 18px; text-decoration: inherit;}
.head .right ul li .sub .icenter2  .ri {    width: 56%;}
.head .right ul li .sub .close {      position: absolute; right: 0px; width: 40px; height: 40px; filter: grayscale(100) brightness(0.4); top: 0px; cursor: pointer; display: flex; justify-content: center; align-items: center;}
.head .right ul li .sub .close img {width: 20px;transition:0.3s;}
.head .right ul li .sub .close:hover img { transform: rotate(135deg); }
.head .right ul li .sub .icenter2 .ri a {font-size: 18px; color: #333; display: flex; align-items: center; justify-content: space-between; width: 358px; line-height: 46px;}
.head .right ul li .sub .icenter2 .ri a span {color:#333;}
.head .right ul li .sub .icenter2 .ri a:hover span ,.head .right ul li .sub .icenter2 .ri a:hover i {color:var(--dex2);}
.div1:hover .head li.active .a, .div2 .head li .a.active {color:var(--dex);}
.div1 .head .right ul li .sub .icenter2 .ri a:hover {color:var(--dex)} 




 

.head .right ul li .pronav{   }
.head .right ul li .pronav .icenter{ }
.head .right ul li .pronav .pl{position: relative;z-index: 3;    overflow: hidden; margin-bottom: 50px;}
.head .right ul li .pronav .pl font{display: block;color: #666;font-size: 16px; margin-bottom: 30px;}
.head .right ul li .pronav .pl dd{display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;align-items: top;-webkit-align-items: top; }
.head .right ul li .pronav .pl dd a{ display: block; overflow: hidden;position: relative;  width:16%;border-bottom: 1px solid #ddd; }
.head .right ul li .pronav .pl dd a:hover{border-bottom: 1px solid #fff; }
.head .right ul li .pronav .pl dd a img{ display: block;width: auto;float: left;height: 30px;}
.head .right ul li .pronav .pl dd a span{display: block;float: left;font-size: 16px;color: #333;margin-left: 20px;padding-top: 4px;}
.head .right ul li .pronav .pl dd a:hover span{ color:#015bac; }
.head .right ul li .pronav .pl dd a:after{ transition: all .3s; content: "";position: absolute;width: 0;height: 1px;background: #015bac;bottom: 0;left: 0;}
.head .right ul li .pronav .pl dd a:hover:after{ width:100%;}
.head .right ul li .pronav .pr{margin-bottom:0; } 
.head .right ul li .pronav .pr dd{ display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;align-items: top;-webkit-align-items: top; }
.head .right ul li .pronav .pr dd .la{ display: block;overflow: hidden;margin-right: 0;width:16%; }
.head .right ul li .pronav .pr dd .la p{ display: block; overflow: hidden; border-bottom: 1px solid #ddd; }
.head .right ul li .pronav .pr dd .la p img{ display: block;width: auto;float: left;height: 50px;}
.head .right ul li .pronav .pr dd .la p span{display: block;float: left;font-size: 18px;color: #000;margin-left: 20px;padding-top: 4px;}
.head .right ul li .pronav .pr dd .la h6{ display: block; overflow: hidden;margin-top: 20px;font-size: 16px;}
.head .right ul li .pronav .pr dd .la a{ display: block;color: #333;font-size: 16px;padding-bottom: 10px;margin-bottom: 10px; width:100%; border-bottom: 0 solid #ddd;}
.head .right ul li .pronav .pr dd .la a:hover,.head .right ul li .pronav .pr dd .la:hover p span{color:#015bac;}

.head .right ul li .pronav .pr dd .la .esd{margin-bottom: 20px;}
.head .right ul li .pronav .pr dd .la .esd .ia{ display: block;color: #333;font-size: 16px;padding-bottom: 6px;margin-bottom: 6px;width: 100%;border-bottom: 0 solid #ddd;font-style: inherit;}
.head .right ul li .pronav .pr dd .la .esd .ib{ display: block;overflow: hidden;padding: 0 20px;}
.head .right ul li .pronav .pr dd .la .esd .ib a{ font-style: initial;font-size: 14px;margin-bottom: 6px;padding-bottom: 1px;}


.head .right ul li .sub .icenter2 .applicatonsnav{ width: 66%;display: block;overflow: hidden; display: flex;display: -webkit-flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.head .right ul li .sub .icenter2 .applicatonsnav .apb{ display: block;float: left;width: 24%;margin-right: 1%; margin-bottom: 30px; overflow: hidden;}
.head .right ul li .sub .icenter2 .applicatonsnav .apb font{display: block;color: #666;font-size: 14px;line-height: 1em;margin-bottom: 10px; border-bottom:1px solid #ddd; padding-bottom:10px; }
.head .right ul li .sub .icenter2 .applicatonsnav .apb p{ display: block; overflow: hidden;}
.head .right ul li .sub .icenter2 .applicatonsnav .apb p a{ font-size: 16px;line-height: 36px;}
 



 
.searchtag{position: fixed; display: none; top: 90px;left: 0;width: 100%;background: #fff;border-top: 1px solid #eee;padding: 50px 0;box-shadow: 0 10px 10px 0 rgb(0 0 0 / 10%);}
.searchtag .pyjy{ padding:0;  text-align: center;   display: block;  position: relative;    margin-bottom: 20px;}
.searchtag .pyjy a{ font-size: 20px; color: #333;  line-height:24px; display: inline-block;    margin: 0 10px; }
.searchtag .pyjy .active,.searchtag .pyjy a:hover,.searchtag .pyjyinput .pkn .btnsubmit:hover{   color: #015bac;  }
.searchtag .pyjyinput{    width: 50%; display: block;margin: 0 auto;}
.searchtag .pyjyinput .pkn{display: block; overflow: hidden; width: 100%; position: relative;  }
.searchtag .pyjyinput .pkn .in{ outline: none;color: #015bac;text-indent: 2em;  display: block; border: 0; background-color: rgb(243, 246, 248);  height: 50px;width: 100%;border-radius: 2em; font-size: 16px;padding-right: 100px;}
.searchtag .pyjyinput .pkn .btnsubmit{ border: 0; position: absolute; width:60px; height: 50px; top: 0; right: 0;color: #999;cursor:pointer;   background: none;font-size: 20px;    } 
 
input::-ms-clear {display: none;}
input::-ms-reveal {display: none;}
input[type=search]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type=search]::-ms-clear {display: none;}

.searchtag .close{display: block;width: auto;height: 24px;position: absolute;top: 30px; right:25%; cursor:pointer;z-index: 9;}
 
 


 
.searchlisttitile{ display: block;overflow: hidden;margin: 50px auto;}
.searchlisttitile h3{ display: block;text-align: center;font-size: 30px;color: #666;}
.searchlisttitile p{ display: block;text-align: center;overflow: hidden;margin: 10px 0 0 0;color: #999;font-size: 14px;}
.searchlisttitile span{color: #015bac;display: inline-block;}
.stform{}
.stform form{ display: block;overflow: hidden;position: relative;width:50%;left: 0px;padding: 20px 0;margin: 0 auto;}
.stform form .in{display: block;width: calc(100% - 2px);border:1px solid #ddd;background-color:#fff; height: 50px;text-indent: 20px;font-size: 16px;color: #015bac;    border-radius: 2em;}
.stform form .btnsubmit{ position: absolute;top: 20px;right: 0;width: 80px;height: 50px;border: 0;background-color: #eee;font-size: 20px;color: #015bac;cursor: pointer;    border-radius: 0 2em 2em 0;}
.stform form .in:focus{ outline:none; }


@media screen and (max-width:1600px) {
.icenter { width: 1280px; }
.icenter2{ width:1100px;}

.qua01 .icenter2 .qua__top ul{ display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;align-items: center;-webkit-align-items: center;}
.qua01 .icenter2 .qua__top ul li{ margin: 0; width: 206px;height: 206px;}


.searchlisttitile{ margin-bottom:0; }
.invest01 .icenter .content .right .right__g1 .right__g1__t .cc{margin-bottom:2rem;}
.invest01 .icenter .content .right .right__g1 .right__g1__t{margin-top: 75px;}
.more { width: 130px; height: 36px; }

.searchtag{top:65px;padding: 30px 0;}
.searchtag .pyjy a{font-size: 18px;}
.searchtag .close{height: 20px;}
.searchtag .pyjyinput .pkn .btnsubmit{font-size: 16px;    height: 40px;}
.searchtag .pyjyinput .pkn .in{font-size: 14px;height: 40px;}

.more::after,.more > span{font-size:12px;}
.head { height: 90px; }
.head li .a { line-height: 90px; height: 90px; font-size: 18px; }
.head li { margin: 0 15px; }
.head .op .search { font-size: 18px; margin-right: 15px; }
.head .op .lang img { width: 20px; margin-right: 7px; }
.head .op .lang { padding-left: 9px; margin-left: 3px; font-size: 16px; }
.head .logo img { width: 180px; }
.head .logo .gu span, .head .logo .gu font { font-size: 12px; line-height: 1.3; }


.head .right ul li .sub .icenter2 .applicatonsnav .apb font{font-size: 16px;}
.head .right ul li .pronav .pl dd a span,.head .right ul li .pronav .pr dd .la p span{  margin-left: 10px;  font-size: 14px;}
.head .right ul li .pronav .pr dd .la p img,.head .right ul li .pronav .pl dd a img{    height: 26px;}
.head .right ul li .pronav .pr dd .la a{font-size:12px;margin-bottom: 6px; padding-bottom: 6px; }
.head .right ul li .pronav .pl dd a,.head .right ul li .pronav .pr dd .la{width:16%;}
.prolr .prottdt .pagelistdow li .join01gw a{font-weight: normal;font-size: 16px;}
.prolr .prottdt .pagelistdow li .join01info a,.head .right ul li .pronav .pr dd .la .esd .ia{ font-size:14px; }
.proshowpic dd h3{ font-size: 30px;}
.proshowpic dd h4{ font-size: 16px;}
.prolr .prottdt h3{font-size: 20px;}

.head .right ul li .pronav .pr dd .la .esd .ib{ padding: 0 0px 0 10px;}
.head .right ul li .pronav .pr dd .la .esd .ib a{ margin-bottom: 4px;color: #666;font-size: 12px;zoom: 0.9;}
.head .right ul li .pronav .pl{ margin-bottom:30px; }

.div2 .head .right ul li .sub { top: 90px; }
.head .right ul li.active .sub { padding: 60px 0;}
.head .right ul li .sub .icenter2 .le a { font-size: 18px; margin-bottom: 16px; }
.head .right ul li .sub .icenter2 .ri a { font-size: 16px; width: 358px; line-height:35px; }

}